<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="hotcss" content="initial-dpr=1"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"><meta http-equiv="x-ua-compatible" content="IE=edge, chrome=1"><meta name="renderer" content="webkit"><meta name="keywords" content="深圳市玩视智能有限公司,VANCSYS,矩阵,中控,房间管理,分布式,分配器,延长器,切换器"><meta name="description" content="深圳市玩视智能有限公司官网"><title>玩视 VANCSYS</title><link rel="icon" type="image/x-icon" href="/cn/Public/Home/images/favicon.ico"/><link rel="stylesheet" href="/cn/Public/Home/css/animate.min.css"/><link rel="stylesheet" href="/cn/Public/Home/css/swiper-3.4.2.min.css"/><link rel="stylesheet" href="/cn/Public/Home/css/common.css?v=202105112" /><script src="/cn/Public/Home/js/jquery-1.7.2.min.js"></script><script src="/cn/Public/Home/js/hotcss.js"></script><script src="/cn/Public/Home/js/basic.js"></script><script src="/cn/Public/Home/js/wow.min.js"></script><script src="/cn/Public/Home/js/swiper-3.4.2.jquery.min.js"></script><script type="text/javascript" src="/cn/Public/Home/layui/layui.js"></script><link rel="stylesheet" href="/cn/Public/Home/layui/css/layui.css" /><script type="text/javascript" src="/cn/Public/Home/layer/layer.js"></script><link rel="stylesheet" href="/cn/Public/Home/layer/skin/layer.css" /></head><body ><div class="header clearfix ny"><div class="h-box clearfix conwidth"><a href="/cn/" class="h-logo"><img src="/cn/Uploads/config/20210521/60a71ae2b78aa.png"/></a><div class="menubtn"></div><div class="nav"><div class="user" ><a href="javascript:void(0)" onclick="login()">登录</a><a href="https://www.vancsys.com/en">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;English</a></div><div class="tsousuo" style="margin-right:30px;"><form class="tsousuodiv" action="/cn/Product/index.html"  method="get"><div class="tsearch"><input type="text" placeholder="搜索产品" name="q" value=""  class="text"><input type="submit" class="ttubiao" value=""></div></form></div><ul><li><a href="javascript:;" class="menu-link">产品中心 </a><span></span><div class="navcell"><a href="/cn/Product/index/id/66.html">结构化系统</a><a href="/cn/Product/index/id/138.html">集中控制</a><a href="/cn/Product/index/id/93.html">房间管理</a><a href="/cn/Product/index/id/95.html">模块矩阵</a><a href="/cn/Product/index/id/139.html">图像处理</a><a href="/cn/Product/index/id/96.html">固化矩阵</a><a href="/cn/Product/index/id/97.html">信号延长</a><a href="/cn/Product/index/id/98.html">信号切换</a><a href="/cn/Product/index/id/102.html">信号分配</a><a href="/cn/Product/index/id/99.html">信号转换</a><a href="/cn/Product/index/id/135.html">音频处理</a><a href="/cn/Product/index/id/100.html">会议摄像</a><a href="/cn/Product/index/id/101.html">线缆配件</a></div></li><li><a href="javascript:;" class="menu-link">应用场景</a><span></span><div class="navcell"><a href="/cn/Solution/index/id/66_0.html">会议工程</a><a href="/cn/Solution/index/id/67_0.html">教育教学</a><a href="/cn/Solution/index/id/69_0.html">数字医疗</a><a href="/cn/Solution/index/id/72_0.html">文娱体育</a><a href="/cn/Solution/index/id/71_0.html">指挥中心</a><a href="/cn/Solution/index/id/93_0.html">展览展示</a><a href="/cn/Solution/index/id/94_0.html">品质家居</a><a href="/cn/Solution/index/id/95_0.html">主题公园</a></div></li><li><a href="/cn/Download/index.html">资料下载</a></li><li><a href="/cn/News/index.html">新闻动态</a></li><li><a href="/cn/Shop/index.html" class="menu-link" >商城中心</a><span></span><!-- <div class="navcell"><a href="https://www.vancsys.com/cn/News/info/204.html" target="_blank">微信小程序</a></div> --></li><li><a href="/cn/About/index.html">关于我们</a></li></ul></div></div></div><script>
    
    function logout() {
        var url_logout = '/cn/Download/logout';
        $.get(url_logout, {}, function (data) {
           document.location.reload();
        })
    }
    function login() {
        layer.open({
            type: 2,
            title: '用户登录',
            maxmin: false,
            skin: 'layui-layer-blue',
            shadeClose: true, //点击遮罩关闭层
            area : ['450px' , '330px'],
            content:'/cn/Download/login_html'//弹框显示的url
        });
    };
    
    
$(function(){
	if ( $('.header').hasClass("ny")){
		$(".header .h-logo img").attr("src", "/cn/Uploads/config/20210521/60a71ae2b78aa.png");
	}
});
$(window).scroll(function(){
	var scroH = $(window).scrollTop();
	if(scroH > 0){
		$('.header').addClass('fixed');
	} else{
		$('.header').removeClass('fixed');
	};
	if ( $('.header').hasClass("fixed")){
		$(".header .h-logo img").attr("src", "/cn/Uploads/config/20210521/60a71ae2b78aa.png");
	}else{
		$(".header .h-logo img").attr("src", "/cn/Uploads/config/20210521/60a71ae2b78aa.png");
   };
   if ( $('.header').hasClass("ny")){
		$(".header .h-logo img").attr("src", "/cn/Uploads/config/20210521/60a71ae2b78aa.png");
	}
})



$(function(){
	if($('body').width() < 1220){
		$('.header .menubtn').on('click',function(){
			if($(this).hasClass('on')){
				$(this).removeClass('on');
				$(this).next('.nav').hide();
			}else{
				$(this).addClass('on');
				$(this).next('.nav').show();
			}
		})
		
		$('.nav ul li').click(function () {
			$(this).children('.navcell').slideToggle().parent().siblings().children('.navcell').slideUp();
			$(this).toggleClass('lion');
			$(this).siblings().removeClass('lion');
		});
	}
})
</script><div class="main" style="background:#000"><div class="lunbotu"><div class="swiper-wrapper"><div class="swiper-slide"><a href="https://www.vancsys.com/cn/Product/info/id/55.html"><img src="/cn/Uploads/banner/20250430/6811bb1a901a8.jpg" alt="8x8 HDMI2.0 矩阵" width="100%" /></a></div><div class="swiper-slide"><a href="https://www.vancsys.com/cn/Product/info/id/230.html"><img src="/cn/Uploads/banner/20250430/6811bb03f21fc.jpg" alt="结构化控制主机" width="100%" /></a></div><div class="swiper-slide"><a href="https://www.vancsys.com/cn/Product/info/id/189.html"><img src="/cn/Uploads/banner/20250430/6811badad6557.jpg" alt="综合管理套装 " width="100%" /></a></div></div><div class="swiper-pagination"></div></div></div><script type="text/javascript">
		new WOW().init();
		
		var swiper = new Swiper('.lunbotu', {
	        pagination: '.lunbotu .swiper-pagination',
	        paginationClickable: '.lunbotu .swiper-pagination',
	        slidesPerView: 1,
	        paginationClickable: true,
	        spaceBetween: 0,
	        loop: true, 
        	autoplay: 3000,
        	speed: 500,
        	observer: true, 
			observeParents: true, 
	    });
	    
	    $(document).ready(function(){
			var tab_li = $('.part2tab ul li');
			tab_li.click(function(){
				$(this).addClass('part2on').siblings().removeClass('part2on');
				var index = tab_li.index(this);
				$('div.part2box > div').eq(index).show().siblings().hide();
			});	
		});
		
		var swiper = new Swiper('.part3con', {
	        pagination: '.part3con .swiper-pagination',
	        paginationClickable: '.part3con .swiper-pagination',
	        slidesPerView: 4,
	        paginationClickable: true,
	        spaceBetween: 40,
	        //loop: true, 
        	observer: true, 
			observeParents: true,
			breakpoints: {
				1200: {
                    slidesPerView: 3,
                },
				1024: {
                    slidesPerView: 2,
                },
                768: {
                    slidesPerView: 1,
                }
            }
	    });
	    
	    
	    
	    var viewSwiper = new Swiper('.view .swiper-container', {
	    	effect: 'cube',
	    	cubeEffect: {
			    slideShadows: true,
			    shadow: true,
			    shadowOffset: 100,
			    shadowScale: 0.6
			},
			onSlideChangeStart: function() {
				updateNavPosition()
			}
		})
		
		$('.view .arrow-left,.preview .arrow-left').on('click', function(e) {
			e.preventDefault()
			if (viewSwiper.activeIndex == 0) {
				viewSwiper.slideTo(viewSwiper.slides.length - 1, 1000);
				return
			}
			viewSwiper.slidePrev()
		})
		$('.view .arrow-right,.preview .arrow-right').on('click', function(e) {
			e.preventDefault()
			if (viewSwiper.activeIndex == viewSwiper.slides.length - 1) {
				viewSwiper.slideTo(0, 1000);
				return
			}
			viewSwiper.slideNext()
		})
		
		var previewSwiper = new Swiper('.preview .swiper-container', {
			//visibilityFullFit: true,
			slidesPerView: 'auto',
			observer: true, 
			observeParents: true,
			allowTouchMove: false,
			onTap: function() {
				    viewSwiper.slideTo(previewSwiper.clickedIndex)
			}
		})
		
		function updateNavPosition() {
				$('.preview .active-nav').removeClass('active-nav')
				var activeNav = $('.preview .swiper-slide').eq(viewSwiper.activeIndex).addClass('active-nav')
				if (!activeNav.hasClass('swiper-slide-visible')) {
					if (activeNav.index() > previewSwiper.activeIndex) {
						var thumbsPerNav = Math.floor(previewSwiper.width / activeNav.width()) - 1
						previewSwiper.slideTo(activeNav.index() - thumbsPerNav)
					} else {
						previewSwiper.slideTo(activeNav.index())
					}
				}
			}

new WOW().init();
		
		var whatList = ['','','','','','',''];
		var what_items = $(".what-item");
		what_items.click(function(a, i) {
			if (!$(this).is(".what-item-active")) {
				var e = $(this).data("num") - 1,
				s = what_items.index(this),
				t = what_items.slice(0, s);
				$(".active-more");
				$(".what-item-active").removeClass("what-item-active"),
				$(this).addClass("what-item-active"),
				$(".active-more").hide(),
				$(".what-more").html(whatList[e]).addClass("active-more").fadeIn("slow"),
				t.map(function(a, i) {
					var scale = 1;
					if ( window.innerWidth <= 1440 ) {
						scale = 0.9
					}
					if ( window.innerWidth <= 1220 ) {
						scale = 0.8
					}
					if ( window.innerWidth <= 1024 ) {
						scale = 1.07
					}
					var e = (560 - 20 * (s - a)) * scale,
					t = 9 - (s - a);
					$(i).css({
						height: e,
						"z-index": t
					})
				}),
				what_items.slice(s + 1).map(function(a, i) {
					var scale = 1;
					if ( window.innerWidth <= 1440 ) {
						scale = 0.9
					}
					if ( window.innerWidth <= 1220 ) {
						scale = 0.8
					}
					if ( window.innerWidth <= 1024 ) {
						scale = 1.07
					}
					var e = (560 - 20 * (a + 1)) * scale,
					t = 9 - a - 1;
					$(i).css({
						height: e,
						"z-index": t
					})
				})

			}
		})
		
		
		var swiper = new Swiper('.smalldiv', {
	        nextButton: '.smalldiv .swiper-button-next',
	        prevButton: '.smalldiv .swiper-button-prev',
	        slidesPerView: 1,
	        paginationClickable: true,
	        spaceBetween: 40,
	        loop: true, 
        	observer: true, //修改swiper自己或子元素时，自动初始化swiper
			observeParents: true //修改swiper的父元素时，自动初始化swiper
	    });			
	</script><div class="footer"><div class="conwidth"><div class="ft-top"><div class="ft-nav"><ul><li><span><a >产品中心</a></span><a href="/cn/Product/index/id/66.html">结构化系统</a><a href="/cn/Product/index/id/138.html">集中控制</a><a href="/cn/Product/index/id/93.html">房间管理</a><a href="/cn/Product/index/id/95.html">模块矩阵</a><a href="/cn/Product/index/id/139.html">图像处理</a><a href="/cn/Product/index/id/96.html">固化矩阵</a></li><li><span><a >应用场景</a></span><a href="/cn/Solution/index/id/66_0.html">会议工程</a><a href="/cn/Solution/index/id/67_0.html">教育教学</a><a href="/cn/Solution/index/id/69_0.html">数字医疗</a><a href="/cn/Solution/index/id/72_0.html">文娱体育</a><a href="/cn/Solution/index/id/71_0.html">指挥中心</a><a href="/cn/Solution/index/id/93_0.html">展览展示</a></li><li><span><a  href="/cn/Download/index.html">资料下载</a></span><a href="/cn/Download/index/cid/25.html">用户手册</a><a href="/cn/Download/index/cid/29.html">宣传彩页</a><a href="/cn/Download/index/cid/23.html">工程图纸</a><a href="/cn/Download/index/cid/24.html">控制软件</a><a href="/cn/Download/index/cid/26.html">设备固件</a><a href="/cn/Download/index/cid/30.html">招标投标</a></li><li><span><a href="/cn/News/index.html">新闻动态</a></span><a href="/cn/News/index/6.html">公司资讯</a><a href="/cn/News/index/12.html">行业资讯</a><a href="/cn/News/index/7.html">专业技术</a></li><li><span><a href="/cn/Shop/index.html">商城中心</a></span><a href="https://www.vancsys.com/cn/News/info/204.html" target="_blank">微信小程序</a></li><li><span><a href="/cn/About/index.html">关于我们</a></span><a href="/cn/About/index.html#box1">企业简介</a><a href="/cn/About/index.html#box2">企业价值</a></li></ul><div class="xinxi"><div class="xxdiv"><span>传真：</span><p>+86 0755 8656 2072</p></div><div class="xxdiv"><span></span></div><div class="xxdiv"><span>邮箱：</span><p>support@vancsys.com</p></div></div></div><div class="share"><div class="ewm"><span><img src="/cn/Uploads/config/20210721/60f7db551a25c.jpg"/></span><p>微信小程序</p></div></div></div><div class="ft-bot"><p>深圳市南山区中山园路1001号TCL国际E城F1栋510</p><p><a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备2020087380号</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030502006104" target="_blank">粤公网安备 44030502006104号</a>&nbsp;&nbsp;&nbsp;&nbsp; Copyright 2022 VANCSYS All Rights Reserved.</p></div></div></div></body></html>